Item Property (IArray<T>)
Gets the item at the specified index.
'Declaration
Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As IArray(Of T)
Dim index As Integer
Dim value As
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- An integer value indicates the index of the item.
Property Value
The item.